Skip to content

feat(intelligence): project immutable ledgers - #132

Merged
eamirian merged 1 commit into
mainfrom
codex/v0.8-resource-plane-ledger-adapter
Aug 12, 2026
Merged

feat(intelligence): project immutable ledgers#132
eamirian merged 1 commit into
mainfrom
codex/v0.8-resource-plane-ledger-adapter

Conversation

@eamirian

@eamirian eamirian commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Outcome

Continues ACE 0.8C by making the new resource plane useful over existing durable Intelligence state.

What changed

  • projects the six existing immutable PREPARED/LIVE families: Observations, Entity Snapshots, Signals, Shifts, Cases, and Briefs
  • maps Entity Snapshots into the public Entity family
  • merges both record spaces into one stable point-in-time view
  • preserves exact payloads and lineage references without inventing contracts for external lineage
  • enforces subject filtering, cursor advancement, and bounded result limits
  • rebuilds after reader reconstruction over the same store
  • reports unsupported families, unavailable ledger buckets, and lineage it cannot prove as explicit degraded state while preserving available truth
  • aligns resource-query authorization with Core’s existing observe_read authority class; no parallel grant vocabulary

Verification

  • 77 focused projection, resource-plane, ownership/runtime, package/schema, kernel, and MCP-surface tests passed
  • repository-wide Ruff lint and format checks passed
  • branch is based directly on main@bf4a75a after PR feat(intelligence): add unified resource plane #131

Boundaries

This is a rebuildable adapter over Core immutable records. It owns no persistence or authority and adds no connector, provider, UI, domain, or external-effect implementation.

@eamirian
eamirian force-pushed the codex/v0.8-resource-plane-ledger-adapter branch from 1a25c92 to 4f1198b Compare August 12, 2026 23:30
@eamirian
eamirian force-pushed the codex/v0.8-resource-plane-ledger-adapter branch from 4f1198b to 00fc99d Compare August 12, 2026 23:35
@eamirian
eamirian marked this pull request as ready for review August 12, 2026 23:44
@eamirian
eamirian merged commit 6b4d6b2 into main Aug 12, 2026
6 checks passed
@eamirian
eamirian deleted the codex/v0.8-resource-plane-ledger-adapter branch August 12, 2026 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant